home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / InvisiMail Lite / IM40lite.exe / MailView.exe / 0 / RCDATA / TSELECTADDRESSES / TSELECTADDRESSES.txt
Encoding:
Text File  |  2000-05-25  |  3.5 KB  |  183 lines

  1. object SelectAddresses: TSelectAddresses
  2.   Left = 303
  3.   Top = 153
  4.   Width = 385
  5.   Height = 405
  6.   Caption = 'InvisiMail Addresses'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 0
  17.     Width = 141
  18.     Height = 13
  19.     Caption = 'Type Name or Select from list:'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 208
  23.     Top = 24
  24.     Width = 96
  25.     Height = 13
  26.     Caption = 'Message Recipients'
  27.   end
  28.   object SelectAddr: TEdit
  29.     Left = 8
  30.     Top = 16
  31.     Width = 129
  32.     Height = 21
  33.     TabOrder = 0
  34.     OnChange = SelectAddrChange
  35.   end
  36.   object ToAddr: TButton
  37.     Left = 160
  38.     Top = 48
  39.     Width = 45
  40.     Height = 25
  41.     Caption = 'TO: >'
  42.     Font.Color = clBlack
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 1
  48.     OnClick = ToAddrClick
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 0
  52.     Top = 336
  53.     Width = 377
  54.     Height = 42
  55.     Align = alBottom
  56.     TabOrder = 2
  57.     object OKAddr: TButton
  58.       Left = 184
  59.       Top = 8
  60.       Width = 75
  61.       Height = 25
  62.       Caption = 'OK'
  63.       TabOrder = 0
  64.       OnClick = OKAddrClick
  65.     end
  66.     object CanAddr: TButton
  67.       Left = 280
  68.       Top = 8
  69.       Width = 75
  70.       Height = 25
  71.       Caption = 'Cancel'
  72.       TabOrder = 1
  73.       OnClick = CanAddrClick
  74.     end
  75.     object Button1: TButton
  76.       Left = 8
  77.       Top = 24
  78.       Width = 145
  79.       Height = 17
  80.       Caption = 'Get Addresses'
  81.       TabOrder = 2
  82.       OnClick = Button1Click
  83.     end
  84.     object Progress: TPanel
  85.       Left = 8
  86.       Top = 4
  87.       Width = 145
  88.       Height = 17
  89.       TabOrder = 3
  90.     end
  91.   end
  92.   object CCAddr: TButton
  93.     Left = 160
  94.     Top = 144
  95.     Width = 45
  96.     Height = 25
  97.     Caption = 'CC:>'
  98.     Font.Color = clBlack
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = [fsBold]
  102.     ParentFont = False
  103.     TabOrder = 3
  104.     OnClick = CCAddrClick
  105.   end
  106.   object BCCAddr: TButton
  107.     Left = 160
  108.     Top = 240
  109.     Width = 45
  110.     Height = 25
  111.     Caption = 'BCC:>'
  112.     Font.Color = clBlack
  113.     Font.Height = -11
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = [fsBold]
  116.     ParentFont = False
  117.     TabOrder = 4
  118.     OnClick = BCCAddrClick
  119.   end
  120.   object ToList: TListBox
  121.     Left = 208
  122.     Top = 48
  123.     Width = 161
  124.     Height = 90
  125.     ItemHeight = 13
  126.     TabOrder = 5
  127.     OnKeyDown = ToListKeyDown
  128.   end
  129.   object CCList: TListBox
  130.     Left = 208
  131.     Top = 144
  132.     Width = 161
  133.     Height = 90
  134.     ItemHeight = 13
  135.     TabOrder = 6
  136.     OnKeyDown = ToListKeyDown
  137.   end
  138.   object BCCList: TListBox
  139.     Left = 208
  140.     Top = 240
  141.     Width = 161
  142.     Height = 90
  143.     ItemHeight = 13
  144.     TabOrder = 7
  145.     OnKeyDown = ToListKeyDown
  146.   end
  147.   object SelectAddrs: TListBox
  148.     Left = 0
  149.     Top = 48
  150.     Width = 153
  151.     Height = 281
  152.     ItemHeight = 13
  153.     PopupMenu = PopupMenu1
  154.     Sorted = True
  155.     TabOrder = 8
  156.     OnKeyDown = ToListKeyDown
  157.     OnMouseDown = SelectAddrsMouseDown
  158.   end
  159.   object FileFind1: TFileFind
  160.     MatchCaseSensitive = False
  161.     MatchEnabled = False
  162.     ThreadPriority = tpIdle
  163.     Left = 328
  164.     Top = 8
  165.   end
  166.   object OPenFile: TOpenDialog
  167.     FileEditStyle = fsEdit
  168.     Filter = 'Any File|*.*'
  169.     Title = 'Open File to extract Email Addresses'
  170.     Left = 168
  171.     Top = 16
  172.   end
  173.   object PopupMenu1: TPopupMenu
  174.     Left = 168
  175.     Top = 296
  176.     object RemoveFromList1: TMenuItem
  177.       Caption = 'Remove From List'
  178.       ShortCut = 0
  179.       OnClick = RemoveFromList1Click
  180.     end
  181.   end
  182. end
  183.